type runtime.synctestBubble
17 uses
runtime (current package)
chan.go#L46: bubble *synctestBubble
panic.go#L1478: var bubble *synctestBubble
panic.go#L1566: func dopanic_m(gp *g, pc, sp uintptr, bubble *synctestBubble) bool {
runtime2.go#L575: bubble *synctestBubble
synctest.go#L14: type synctestBubble struct {
synctest.go#L43: func (bubble *synctestBubble) changegstatus(gp *g, oldval, newval uint32) {
synctest.go#L111: func (bubble *synctestBubble) incActive() {
synctest.go#L118: func (bubble *synctestBubble) decActive() {
synctest.go#L132: func (bubble *synctestBubble) maybeWakeLocked() *g {
synctest.go#L160: func (bubble *synctestBubble) raceaddr() unsafe.Pointer {
synctest.go#L180: bubble := &synctestBubble{
synctest.go#L262: bubble *synctestBubble
synctest.go#L343: bubble.(*synctestBubble).decActive()
synctest.go#L352: gp.bubble = bubble.(*synctestBubble)
time.go#L1009: func (ts *timers) check(now int64, bubble *synctestBubble) (rnow, pollUntil int64, ran bool) {
time.go#L1074: func (ts *timers) run(now int64, bubble *synctestBubble) int64 {
time.go#L1119: func (t *timer) unlockAndRun(now int64, bubble *synctestBubble) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |